home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / the_flor.swf / scripts / DefineSprite_116 / frame_1 / DoAction.as
Text File  |  2008-11-12  |  98b  |  9 lines

  1. if(getTimer() - start >= end)
  2. {
  3.    stop();
  4.    tellTarget("../")
  5.    {
  6.       play();
  7.    }
  8. }
  9.